adTempus API
PreviousUpNext
IScript::Shared Property

Gets or sets a value that determines whether the script is shared with other jobs

C++
__property VARIANT_BOOL Shared;
C#
VARIANT_BOOL Shared;
Visual Basic
Property Shared() As VARIANT_BOOL
Default Value

false

If Shared is True, the Script appears in the Shared Scripts view in the adTempus Console. Use the SecurityDescriptor to specify which users have access to it. 

If Shared is True you may use the Script in more than one place (e.g., for more than one job, or in more than one place within a job). If Shared is False, the Script must be used in only one place or data corruption may occur.

adTempus API Reference version 3.0.0.0, revised 10/30/2008